home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 448 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  60.2 KB

  1. Path: rcfnews.cs.umass.edu!atkin
  2. From: atkin@cs.umass.edu (Marc Atkin)
  3. Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.introduction,comp.sys.amiga.programmer,comp.answers,news.answers
  4. Subject: Amiga Related Books FAQ
  5. Supersedes: <AmigaBooksFAQ-1-818368506@cs.umass.edu>
  6. Followup-To: comp.sys.amiga.misc
  7. Date: 7 Jan 1996 22:50:32 GMT
  8. Organization: University of Massachusetts at Amherst
  9. Approved: news-answers-request@MIT.edu
  10. Distribution: world
  11. Expires: Sunday, 11 Feb 96 17:56:11 EDT
  12. Message-ID: <AmigaBooksFAQ-1-821055371@cs.umass.edu>
  13. Reply-To: atkin@cs.umass.edu (Marc Atkin)
  14. NNTP-Posting-Host: gagarin.cs.umass.edu
  15. Content-Type: text/plain; charset=ISO-8859-1
  16. Content-Transfer-Encoding: 8bit
  17. Summary: This posting contains a list of books relating to the Amiga
  18.          Personal Computer. Information about each book is given,
  19.          including comments from people on the comp.sys.amiga.* newsgroups.
  20. Originator: atkin@gagarin.cs.umass.edu
  21.  
  22. Posted-By: auto-faq 2.4
  23. Archive-name: amiga/books
  24. Posting-Frequency: monthly on the 7th
  25. Last-modified: 07-December-1995
  26.  
  27. Amiga Related Books FAQ 
  28. *********************** 
  29.  
  30. This FAQ is compiled as a service to the Amiga community. It is an attempt to 
  31. give the Amiga programmer and user an overview of useful books for his/her 
  32. favorite computer. It is not complete. If you feel that a book should be 
  33. added to the list, want to comment on one of the books in the list, want to 
  34. point out mistakes or add missing information, please send e-mail to: 
  35.     
  36.     atkin@cs.umass.edu 
  37.  
  38. I would like to include people's comments about specific books in this FAQ. 
  39. That is why some book descriptions are followed by quotes that I picked up 
  40. from the Usenet Amiga news groups. If you want to have your comment removed 
  41. or want to say something about a particular book, please contact me. 
  42.  
  43. I encourage everyone to send me information about new books and to help fill 
  44. in the unknown data. On average, I only get one or two e-mail responses a 
  45. month! :( 
  46.  
  47. The most up-to-date text version of this FAQ can be found at: 
  48. http://eksl-www.cs.umass.edu/~atkin/amiga/books.faq.txt 
  49. There is also a HTML version available: 
  50. http://eksl-www.cs.umass.edu/~atkin/amiga/books.faq.html 
  51.  
  52. This document is copyright (c) 1995, Marc Atkin. All rights reserved. 
  53. Permission is granted for non-profit distribution of this document as long as 
  54. it is kept intact. Inclusion of this FAQ in commercial publications 
  55. (including CDROMs) requires express written permission. 
  56.  
  57. ------------------------------------------------------------------------------
  58. Last changed: 07-December-1995 
  59.  
  60. Changes since last posting: 
  61.   o none 
  62. ------------------------------------------------------------------------------
  63.  
  64.  
  65. Contents: 
  66. ========= 
  67.  
  68. 1. Understanding the Amiga 
  69. 1.1 Programmer's 'Must Haves' 
  70. 1.2 Programmer's Reference 
  71. 1.3 General Reference 
  72. 1.4 AmigaDOS 
  73. 1.5 Hardware 
  74. 1.6 Important Older Material 
  75.  
  76. 2. Assembly Programming 
  77. 2.1 Learning Assembly (680x0) 
  78. 2.2 Reference 
  79.  
  80. 3. C Programming 
  81. 3.1 Learning C 
  82. 3.2 Reference 
  83. 3.3 Amiga Specific 
  84.  
  85. 4. C++ Programming 
  86. 4.1 Learning C++ 
  87. 4.2 Reference 
  88.  
  89. 5. ARexx Programming 
  90. 5.1 Learning ARexx 
  91. 5.2 Reference 
  92.  
  93. 6. Applications Programming 
  94. 6.1 Compilers 
  95. 6.2 Computer Graphics 
  96.  
  97. 7. Using Applications 
  98. 7.1 The Video Toaster 
  99. 7.2 Telecommunications 
  100.  
  101. Appendix A: How to Order CATS Materials 
  102. Appendix B: How to Order Motorola Materials 
  103.  
  104.  
  105. 1. Understanding the Amiga 
  106. ========================== 
  107.  
  108. 1.1 Programmer's 'Must Haves' 
  109. ----------------------------- 
  110.  
  111.   o Commodore Business Machines: 
  112.     Amiga ROM Kernel Reference Manual: Libraries 
  113.     (3rd edition; dark gray cover) 
  114.     Addison-Wesley, 1991. ISBN 0-201-56774-1 
  115.     $38.95 
  116.     
  117.     Basic introduction to using the Amiga library functions for intuition, 
  118.     graphics, and exec. Many C examples. Suitable for the beginner, although 
  119.     some background in computer programming (especially C) would be helpful. 
  120.     Covers Kickstart/Workbench through version 2.0. All examples are 
  121.     available in executable and source code form from Fish disk #741 and 
  122.     #742. 
  123.     
  124.   o Commodore Business Machines: 
  125.     Amiga ROM Kernel Reference Manual: Devices 
  126.     (3rd edition; dark gray cover) 
  127.     Addison-Wesley, 1991. ISBN 201-56775-X 
  128.     $28.95 
  129.     
  130.     Basic introduction to programming Amiga devices and resources (basic I/O 
  131.     interface to the actual hardware). Many C examples which are available in 
  132.     executable and source code form from Fish disk #741. Covers 
  133.     Kickstart/Workbench through vesion 2.0. This book also contains the 
  134.     official IFF documentation, which covers the IFF format philosophy itself 
  135.     and many of its incarnations. The included IFF handling code has been 
  136.     superseded several times by publications on Fish disks. As of this 
  137.     writing, the newest version is 39.11 from Fish disk #985. 
  138.     
  139.   o Commodore-Amiga, Inc.: 
  140.     The AmigaDOS Manual (3rd edition) 
  141.     Bantam, 1991. ISBN 0-553-35403-5 
  142.     $24.95 (USA), $31.95 (Canada), UKP 21.99 
  143.     
  144.     Covers all AmigaDOS through 2.04. It contains a user manual style 
  145.     introduction to the AmigaShell and its commands (which actually is 
  146.     identical to some user manualy shipped by C=), a printout of the 
  147.     Autodocs, and covers the on-disk structure of OFS and FFS, the format of 
  148.     linkable and loadable binaries, packets, and some internal DOS 
  149.     structures. 
  150.     
  151.     arno@yaps.dinoco.de (Arno Eigenwillig), 27 Jul 1994: 
  152.     "I would not recommend it, though. It has a high redundancy w.r.t. other 
  153.     publications from C=, and its exclusive parts are often incomplete or 
  154.     incorrect." 
  155.     
  156.   o Commodore Business Machines: 
  157.     V3.1 Amiga Developer Update Disk Set 
  158.     Commodore, 1994. 
  159.     Available through CATS, part number: AMDEV3.1 
  160.     $30.00 
  161.     
  162.     This new 5-disk must-have set includes: 
  163.     
  164.       o Docs: V40.15 Autodocs, and articles/notes about V38/V39/V40 
  165.       o Includes & Libs: V40.15C and assembler include files and linker libs 
  166.       o Examples1: General library examples including Locale, plus PCMCIA 
  167.       o Examples2: IFF modules and examples, Datatypes, AmigaGuide 
  168.       o SWToolkit3: The latest Amiga debugging tools 
  169.     
  170.     Also included is a new SetPatch for V37 which adds better ExAll 
  171.     emulation, and the current (as of 15-Dec-93) V40 SetPatch for V38 and 
  172.     higher systems. Note that the 40.15 exec.doc autodoc has been updated to 
  173.     have the correct prototype for CheckIO. The 3.1 Amiga Developer Update 
  174.     materials can be used when developing for any Amiga OS version since they 
  175.     include the earlier structures and function autodocs. A new Readme called 
  176.     Using_Amiga_Includes provides some tips on developing for earlier 
  177.     releases. 
  178.     
  179.   o Ralph Babel: 
  180.     The Amiga Guru Book 
  181.     1993, Ralph Babel (published by Ralph Babel, no ISBN) 
  182.     DM 79.00 
  183.     
  184.     hr@brewhr.swb.de (Heiko Rath), 3 Dec 1993: 
  185.     The Amiga Guru Book is a book about the Amiga and its operating system. 
  186.     It offers fundamental knowledge of the Amiga system and covers such areas 
  187.     as: guidelines for proper multitasking programming, ANSI C, Aztec C and 
  188.     SAS/C, debugging techniques, AmigaDOS, the file systems, the format of 
  189.     load and object modules, process creation, CLI and user shells, handlers 
  190.     and packets (more than complete list of packets), and many other areas. 
  191.     There are many useful bits and pieces about the OS that you'd have a hard 
  192.     time finding anywhere else. 
  193.     
  194.     Further reviews are available in docs/misc/gurubook-info.lha on Aminet . 
  195.     
  196.     You can purchase the book through: 
  197.     
  198.       o Almathera Systems Limited 
  199.         Southerton House 
  200.         Boundary Business Court 
  201.         92-94 Church Road 
  202.         Mitcham, Surrey CR4 3TD 
  203.         England 
  204.         Voice: +44 181 687 0040 
  205.         Fax: +44 181 687 0490 
  206.         E-Mail: almathera@cix.compulink.co.uk 
  207.         
  208.       o NBG USA, Inc. 
  209.         482 Holly Avenue 
  210.         St. Paul, MN 55102 
  211.         USA 
  212.         Voice: +1 (612) 290 9447 
  213.         Toll-free: +1 (800) 624 8729 
  214.         Fax: +1 (612) 290 9449 
  215.         
  216.       o Stefan Ossowskis Schatztruhe 
  217.         Gesellschaft fuer Software mbH 
  218.         Veronikastrasse 33 
  219.         D-45131 Essen 
  220.         Germany 
  221.         Voice: +49 (201) 788778 
  222.         Fax: +49 (201) 798447 
  223.         E-Mail: stefano@tchest.e.eunet.de 
  224.         
  225.       o Hirsch & Wolf OHG 
  226.         Mittelstrasse 33 
  227.         D-56564 Neuwied 
  228.         Germany 
  229.         Voice: +49 (2631) 8399-0 
  230.         Fax: +49 (2631) 8399-31 
  231.         
  232.       o Someware 
  233.         27 rue Gabriel Peri 
  234.         59186 Anor 
  235.         France 
  236.         Voice: +33 27596000 
  237.         Fax: +33 27595206 
  238.         E-Mail: didierj@swad.someware.com 
  239.     
  240.   o Commodore Business Machines: 
  241.     Amiga User Interface Style Guide 
  242.     Addison-Wesley, 1991. ISBN 0-201-57757-7 
  243.     $21.95 
  244.     
  245.     Describes the philosophy behinds the Amiga graphical user interface. 
  246.     Presents guidelines for interface design ("look and feel") that all Amiga 
  247.     applications (and games!?) should adhere to. Covers Kickstart/Workbench 
  248.     version 2.x. Well suited for the beginner, with emphasis on general 
  249.     interface principles, and less on the actual programming. 
  250.  
  251. 1.2 Programmer's Reference 
  252. -------------------------- 
  253.  
  254.   o Commodore Business Machines: 
  255.     Amiga ROM Kernel Reference Manual: Includes and Autodocs 
  256.     (3rd edition; dark gray cover) 
  257.     Addison-Wesley, 1991. ISBN 0-201-56773-3 
  258.     $38.95 
  259.     
  260.     Covers Kickstart/Workbench through version 2.0. The book is basically a 
  261.     print-out of all the include (header) files and autodocs (on line 
  262.     descriptions) of all the Amiga library functions except DOS. The reason 
  263.     this book isn't listed with the "must have's" is that all this 
  264.     information can be obtained in machine readable form by contacting 
  265.     Commodore directly. Additionally, the include files come with most 
  266.     commercial compilers. They are also included on the FreshFish CD-ROM. 
  267.     
  268.   o Commodore Business Machines: 
  269.     Amiga Hardware Reference Manual 
  270.     (3rd edition; dark gray cover) 
  271.     Addison-Wesley, 1991. ISBN 0-201-56776-8 
  272.     
  273.     If you want to access the hardware directly, this is the book to get. 
  274.     Descriptions of all the Amiga hardware registers. Be warned however that 
  275.     Commodore now officially dissuades "banging the hardware". This is to 
  276.     ensure compatability of today's programs with future releases of the 
  277.     operating system and Amiga hardware. This book covers the Enhanced Chip 
  278.     Set (ECS). There will be no manual for AGA (Advanced Graphic 
  279.     Architecture). 
  280.     
  281.   o Commodore Business Machines: 
  282.     1989 Amiga Developers Conference Notes 
  283.     Commodore, 1989. 
  284.     Available through CATS, part numbers: NOTES89 & NOTES89D 
  285.     $75.00 
  286.     
  287.     510-page manual and 2 disks created for 1989 Amiga Developers Conference. 
  288.     Subjects include: Intro to Programming the Amiga, Features Outline for 
  289.     V1.3 ECS Features and the Graphics Library, Janus Dual-Port Memory, 
  290.     Hi-Res Color Graphics Card, Interfacing to ARexx, Advanced Amiga 
  291.     Architechtures, The IFF parse.library, and more. 
  292.     
  293.   o Commodore Business Machines: 
  294.     1988 Amiga Developers Conference Notes 
  295.     Commodore, 1988. 
  296.     Available through CATS, part numbers: NOTES88 & NOTES88D 
  297.     $75.00 
  298.     
  299.     400+ page manual and 4 disks created for 1988 Amiga Developers 
  300.     Conference. Topics covered include: Unique Amiga Techniques, Tips and 
  301.     Tricks for Programming in C, IFF, Autoboot and Kickstart V1.3, V1.3 
  302.     Printer Device and Printer Drivers, Amiga Audio and Sound, Overscan, 
  303.     Hi-Resolution Fonts, Programming for 16-Bit Amiga, A500 Expansion Cards, 
  304.     and much more. 
  305.     
  306.   o Commodore Business Machines: 
  307.     AmigaMail (The Amiga Technical Newsletter) 
  308.     Commodore, 1987-1993. 
  309.     Available through CATS, part numbers and prices below 
  310.     
  311.     AmigaMail Volume I, P/N: AMVOL1 $75.00 
  312.     Back issues from January/February 1987 to July/August '90. 
  313.     (Binder and index tabs are sold separately.) 
  314.     AmigaMail Volume II, P/N: AMAILBI01 $75.00 
  315.     Back issues from September/October '90 to May/June '93. 
  316.     (Binder and index tabs are sold separately.) 
  317.     AmigaMail Binder, P/N: AMAIL1B01 (Vol. 1), AMAIL2B02 (Vol. II) $10.00 ea. 
  318.     AmigaMail Index Tabs, P/N: AMAILIND $5.00 ea. 
  319.     
  320.   o Randy Thompson and Rhett Anderson: 
  321.     Mapping the Amiga 
  322.     1993, Compute Books, ISBN 0-87455-267-2 
  323.     $27.95 
  324.     
  325.     jagapen@sarah.wisc.edu (Jonathan Gapen): 
  326.     "Alphabetical listing of all OS functions with descriptions, host 
  327.     library, offsets, syntax, prototype in C and ML, arguments, results and 
  328.     the OS version in which it first appeared. Alphabetical listing of all OS 
  329.     structures with size, include file and listing of the structure with C 
  330.     and ML types. Also includes a section listing all hardware registers with 
  331.     detailed descriptions. Covers OS versions through V39 and hardware 
  332.     through ECS." 
  333.     
  334.   o [author?]: 
  335.     The 'Kickstart' Guide to the AMIGA 
  336.     1987, Ariadne Software Ltd., ISBN 0 9512921 0 2 
  337.     
  338.     ajo1 (ajo1@ukc.ac.uk), 10-Nov-1995: 
  339.     "It details quite a few low level concepts on how to write stuff for the 
  340.     Amiga; it has some assumptions that you have come from programming a C64, 
  341.     but it still useable otherwise. It's quite old and only goes up to 1.2, 
  342.     and it talks about 1.1, but the basic concepts are there, which seem to 
  343.     be lacking from more modern stuff (where it is assumed you know it 
  344.     already). Overall, not a book I would buy new, but as it only cost me 2 
  345.     UKP, I'm not exactly going to argue about it." 
  346.  
  347. 1.3 General Reference 
  348. --------------------- 
  349.  
  350.   o Denny Atkin: 
  351.     Denny Atkin's Best Amiga Tips and Secrets 
  352.     Compute Books, 1993. ISBN 0-87455-275-3 
  353.     US$19.95 
  354.     
  355.     "Dale L. Larson" dale@iam.iam.com: 
  356.     "From the back of the book: `Whether you're a beginner or expert you'll 
  357.     find hundreds of handy tips for harnessing the power of your Amiga in 
  358.     this extensive guide.' I agree and wholeheartedly recommend this book. 
  359.     (Actually, I probably only found a dozen tips that were new to me, but I 
  360.     am a former Commodore Software Engineer.) It includes info on machines 
  361.     from the A1000 to the A1200 and A4000 and software for all of the above." 
  362.     
  363.   o David Tiberio: 
  364.     Amiga/Toaster Reference Manual 
  365.     Area52, 1994. (no ISBN) 
  366.     $34.95 
  367.     
  368.     dtiberio@libserv1.ic.sunysb.ed (David Tiberio), 25 Mar 1994: 
  369.     "[The book] contains over 1000 pages and 80 pictures, all about the Amiga 
  370.     and computers. It covers AmigaDOS, Workbench, Lightwave, AdPro, hardware 
  371.     compatibility, some ARexx, and over 500 FAQ style questions. Also 
  372.     included are hundreds of charts and tables, and Index of things such as 
  373.     Light Refraction (3d users), GURU errors, screenmodes, color RGB values 
  374.     for over 300 colors, Hayes commands, and more. The dictionary included 
  375.     with it contains over 800 words, although the next revision will have 
  376.     over 3000 words in the dictionary. [...] also included is a 40 page list 
  377.     of people, movies, etc that use Amigas for various purposes (distributed 
  378.     with permission from the author). 
  379.     
  380.     "Originally called the Amiga Online Reference Manual, this 1000 page 
  381.     document mainly covers the Amiga, although about two hundred pages and 50 
  382.     or so pictures are related to the Video Toaster. [...] revisions are 
  383.     available on a quarterly basis. A demo of the latest release is also 
  384.     available on Aminet ( biz/demo/AORM_2.2.lha ). 
  385.     
  386.     "The manual is available at many local dealers, or it may be ordered 
  387.     direct from Area52, 6 Lodge Lane, East Setauket NY 11733. The retail 
  388.     price is $34.95 + $2 for shipping and handling. User group members 
  389.     (Toaster or Amiga) may purchase it for $20. Earlier revisions are 
  390.     available at discounted prices (revision 2.1 is $19.95 and revision 2.0 
  391.     is $9.95). We also offer a technical support line, [...] Our staff will 
  392.     answer Amiga related questions for our registered customers, direct from 
  393.     the authors of the Amiga/Toaster Reference Manual." 
  394.  
  395. 1.4 AmigaDOS 
  396. ------------ 
  397.  
  398.   o Commodore-Amiga, Inc.: 
  399.     The AmigaDOS Manual (3rd edition) 
  400.     Bantam, 1991. ISBN 0-553-35403-5 
  401.     $24.95 (USA), $31.95 (Canada), UKP 21.99 
  402.     
  403.     see section 1.1: "Programmer's 'Must haves'" 
  404.     
  405.   o Sheldon Leemon: 
  406.     AmigaDOS Reference Guide (4th edition) 
  407.     Compute, 1992. ISBN 0-87455-268-0 
  408.     $22.95 (USA), UKP 20.95 
  409.     
  410.     se1pt@dmu.ac.uk (Paul Toyne), 9 Feb 1994: 
  411.     "...it is excellent, it covers all forms of pattern matching, the basics 
  412.     of DOS and then lists each command with complete description. It covers 
  413.     1.x ,2.x and 3.x." 
  414.     
  415.   o [author?]: 
  416.     Mastering Amiga DOS, Volumes 1, 2, and 3 
  417.     Bruce Smith Books, [year?]. ISBN 1-873308-18-3 
  418.     UKP 21.95 
  419.     
  420.     ebalkan@ppbbs.UUCP (Eric Balkan), 11 Feb 1994: 
  421.     "I just bought vol 1 and I wouldn't recommend it -- it's too basic and 
  422.     incorrect in spots. And when he gets to an interesting part, he says it's 
  423.     in vol 2." 
  424.  
  425. 1.5 Hardware 
  426. ------------ 
  427.  
  428.   o Warren Block: 
  429.     A1200 Hardware FAQ 
  430.     A4000 Hardware Guide 
  431.     
  432.     These two online documents answer common hardware problems with the A1200 
  433.     and A4000, and how to go about fixing them. They are both available on 
  434.     Aminet ( hard/misc/a1200hardfaq.lha and hard/misc/a4khard_v3.lha ). 
  435.     
  436.   o Commodore Business Machines: 
  437.     A500/A2000 Technical Reference Guide 
  438.     Commodore, [year?]. 
  439.     Available through CATS, part number: TECHREF01 
  440.     $40.00 
  441.     
  442.     A 275-page reference manual that describes the technical features of the 
  443.     A500 and A2000, as well as those features that differ from the A1000. 
  444.     Table of contents includes: System Block Diagrams, Amiga Expansion, 
  445.     Designing Hardware for the Amiga Expansion Architecture, Driver 
  446.     Documentation, Software for Amiga Expansion, PC Bridgeboard and 
  447.     schematics. 
  448.     
  449.   o Commodore Business Machines: 
  450.     Amiga 1000 Schematics and Expansion Specifications 
  451.     Commodore, 1986. 
  452.     Available through CATS, part number: A1000SM 
  453.     $20.00 
  454.     
  455.     Spiral-bound manual containing full Amiga 1000 schematics, timing 
  456.     diagrams, PAL equations, and documentation for the auto-configuration 
  457.     process. 
  458.     
  459.   o [author?]: 
  460.     A1200 Insiders Guide 
  461.     Bruce Smith Books, [year?]. [ISBN?] 
  462.     UKP 14.95 
  463.  
  464. 1.6 Important Older Material 
  465. ---------------------------- 
  466.  
  467.   o Commodore Business Machines: 
  468.     Amiga ROM Kernel Reference Manual: Libraries and Devices 
  469.     (1st edition; white cover) 
  470.     Addison-Wesley 1986, ISBN 0-201-11078-4 
  471.     
  472.     Covers the Amiga System Software up to Version 1.2. Gives a good 
  473.     introduction to programming Amiga graphics and I/O. Many examples, mostly 
  474.     in C (Source Code can be found on Fisk Disk ???). Since the operating 
  475.     system has evolved quite a bit since 1986, this and the following books' 
  476.     value is now mostly nostalgia... 
  477.     
  478.   o Commodore Business Machines: 
  479.     Amiga Intuition Reference Manual 
  480.     (1st edition; white cover) 
  481.     Addison-Wesley 1986, ISBN 0-201-11076-8 
  482.     
  483.     Covers Intuition programming through Workbench 1.2. A wonderfully gentle 
  484.     introduction to programming user interfaces on the Amiga. Contains a lot 
  485.     of information on the philosophy of the Amiga interface. Basic knowledge 
  486.     of C required. Now superseded by the newer "RKM: Libraries" and "User 
  487.     Interface Style Guide". 
  488.     
  489.   o Commodore Business Machines: 
  490.     Amiga ROM Kernel Reference Manual: Exec 
  491.     (1st edition; white cover) 
  492.     Addison-Wesley 1986, ISBN 0-201-11099-7 
  493.     
  494.     Covers Exec programming through Kickstart/Workbench 1.2. The nitty gritty 
  495.     of the Amiga kernel: Basic data structures, tasks, memory allocation and 
  496.     the like. Now superseded by the newer "RKM: Libraries". 
  497.     
  498.   o Commodore Business Machines: 
  499.     Amiga Hardware Reference Manual 
  500.     (1st edition; white cover) 
  501.     Addison-Wesley 1986, ISBN 0-201-11077-6 
  502.     
  503.     The hardware bangers manual for the original chipset (OCS). Explains what 
  504.     all the hardware registers mean and how to get them to work for you. Some 
  505.     assembly examples. Since Commodore now officially dissuades from directly 
  506.     accessing the hardware, and has no plans for publishing an AGA hardware 
  507.     manual, this book is actually still fairly useful for those who have to 
  508.     know how their computer works on the hardware level. 
  509.     
  510.   o Commodore Business Machines: 
  511.     Amiga ROM Kernel Reference Manual: Includes and Autodocs 
  512.     (2nd edition; blue cover) 
  513.     Addison-Wesley 1989, ISBN 0-201-18177-0 
  514.     
  515.     Covers version Kickstart/Workbench Version 1.3. A print-out of all the 
  516.     include files and autodocs (on-line documentation) for all the Amiga 
  517.     library functions (except DOS). Contains summaries and call parameters 
  518.     for all the functions. This information had previously been distributed 
  519.     amongst the Libraries, Exec, and Intuition Rom Kernel Reference Manual in 
  520.     the 1.2 release. 
  521.     
  522.   o Commodore Business Machines: 
  523.     Amiga ROM Kernel Reference Manual: Libraries and Devices 
  524.     (2nd edition; blue cover) 
  525.     Addison-Wesley 1989, ISBN 0-201-18187-8 
  526.     
  527.     All the introductory text and examples from the Kickstart Version 1.2 ROM 
  528.     Kernel Reference Manuals, revised and updated for Version 1.3. All 
  529.     examples are available in executable and source code form from Fish disk 
  530.     #344. 
  531.     
  532.   o Commodore Business Machines: 
  533.     Amiga Hardware Reference Manual 
  534.     (2nd edition; blue cover) 
  535.     Addison-Wesley 1989, ISBN 0-201-18157-6 
  536.     
  537.     As far as I know, this manual is basically identical to the 1.2 release 
  538.     described above (although it claims to be updated to release 1.3). 
  539.     
  540.   o Commodore Business Machines: 
  541.     AmigaDOS V2.0 Native Developer Update 
  542.     Commodore, [year?]. 
  543.     Available through CATS, part number: NATDEV20 
  544.     $20.00 
  545.     
  546.     The 2.0 Native Developer Update is a must-have for any Amiga programmer. 
  547.     This four-disk set contains the final 2.0 function Autodocs, final 2.0 C 
  548.     and assembler Amiga include files, linker libs (Amiga.lib, debug.lib, 
  549.     ddebug.lib) FD files, offsets, a great deal of 2.0 example code, and the 
  550.     "Software Toolkit II" disk full of the latest Amiga debugging tools. 
  551.     (This disk set has been replaced by the new V3.1 Amiga Developer Update 
  552.     but is still very useful for its 2.0 example code). 
  553.  
  554.  
  555. 2. Assembly Programming 
  556. ======================= 
  557.  
  558. [also see the comp.sys.m68k FAQ ] 
  559.  
  560. 2.1 Learning Assembly (680x0) 
  561. ----------------------------- 
  562.  
  563.   o Gerry Kane, Doug Hawkins, and Lance Leventhal: 
  564.     68000 Assembly Language Programming 
  565.     [publisher?], [year?]. [ISBN?] 
  566.     
  567.   o Paul Overaa: 
  568.     Mastering Amiga Assembler 
  569.     Bruce Smith Books, 1992. ISBN 1-873308-11-6 
  570.     
  571.   o Stan Kelly-Bootle and Bob Fowler: 
  572.     68000, 68010, 68020 Primer 
  573.     The Waite Group, 1987 (2nd printing). ISBN 067-224050-4 
  574.     
  575.     bruce.parke@canrem.com (Bruce Parke), 27 Oct 1993: 
  576.     "The best book that I have found on the 68000 [...]. I have found it to 
  577.     be easy to understand, and has helped to make me understand the 68000's 
  578.     instructions without a lot of effort. Everyone I have loaned the book to 
  579.     says the same thing. It explains everything about the instructions." 
  580.     
  581.   o [author?]: 
  582.     Amiga Machine Language 
  583.     Abacus, [year?]. [ISBN?] 
  584.     
  585.     aroehrig@dragon.achilles.net (Andrew Roehrig), 15 Jun 1995: 
  586.     "It's a little old, but [the book] is a good starter. I picked up my copy 
  587.     for five bucks at a used book store. It's blue and white." 
  588.     
  589.     ronnie@darkside.demon.co.uk (Ron Lyon), 18 Jun 1995: 
  590.     "This book is terrible, useless, incorrect, [expletive], no good, and 
  591.     guess what I dont like it. It is so old that it was written for Workbench 
  592.     1.2, it teaches you bad coding habits and the code in there never seemed 
  593.     to work for me. ;-( I had the misfortune to try and learn assembly from 
  594.     this book when it first came out. I've still got it but now it's in lots 
  595.     of small pieces, it's great therapy tearing yet another page to bits when 
  596.     some code doesn't do what it should. ;-) Try `Mastering Amiga Assembler' 
  597.     by Paul Overaa published by Bruce Smith Books. Also try a generic 68000 
  598.     programming book to learn the instruction set and register usage." 
  599.  
  600. 2.2 Reference 
  601. ------------- 
  602.  
  603.   o Motorola: 
  604.     MC68030 Users Manual (3rd edition) 
  605.     [publisher?], 1990. [ISBN?] 
  606.     document number: MC68030UM/AD Rev. 2 
  607.     
  608.     Reid_Bishop@a68k.denver.CO.US (Reid Bishop), 31 Mar 93: 
  609.     "I think the best references are Motorola's own users manuals. I have the 
  610.     68030 manual, and it is excellent. I don't yet have the 68040 manual. 
  611.     Often you can get these manuals direct from Motorola." 
  612.     
  613.   o Motorola: 
  614.     Programmers Reference Manual 
  615.     [publisher?], 1992?. [ISBN?] 
  616.     document number: M68000PM/AD Rev. 1 
  617.     $3.70 
  618.     
  619.     dkeller@vnet.ibm.com (Doug Keller), 31 Mar 1993: 
  620.     "If you want to know about the hardware get the 030 or 040 Users Manual 
  621.     from Motorola. If you want to know about assembly language programming 
  622.     get the Programmers Reference Manual. The Programmers Reference Manual 
  623.     covers all the processors in the 68000 series." 
  624.     
  625.     Charles_P_Peterson@fcircus.sat.tx.us (Charles P Peterson), 8 Jan 95: 
  626.     "This manual covers 68000-68040, 68881, 68882, 68851 (not 68060 yet). 
  627.     There is no programmer's manual for the 68060 yet (as of December 1994) 
  628.     just a `User's' manual. I just got [the Reference Manual], and it's a 
  629.     very nicely bound large and thick softcover book. Obviously a bargain, 
  630.     and a necessity for anyone doing this kind of work." 
  631.     
  632.     Thakeria@Delphi.com (Kenneth L. Young), 15 Mar 95: 
  633.     "The best source of information about instruction codes and timing 
  634.     sequences for the Motorola family of microprocessors that I have found is 
  635.     in a resource manual that Motorola publishes called M68000 Family 
  636.     Programmer's Reference Manual. [...] My catalog currently lists the cost 
  637.     at $3.70 plus shipping and handling. This is worth 500 times its weight 
  638.     in gold. This book also contains reference material for the `MC68330 - 
  639.     Integrated CPU32 Processor', `MC68340 - Integrated Processor with DMA', 
  640.     `MC68851 - Paged Memory Management Unit', `MC68881 - Floating-Point 
  641.     Coprocessor', and `MC68882 - Enhanced Floating-Point Coprocessor'." 
  642.  
  643.  
  644. 3. C Programming 
  645. ================ 
  646.  
  647. 3.1 Learning C 
  648. -------------- 
  649.  
  650.   o L. S. Foster: 
  651.     C by Discovery [Cal State Long Beach] 
  652.     Scott/Jones Inc., [year?]. ISBN 0-9624230-2-5 
  653.     
  654.     aga@qedbbs.com (Peter Dilley), 28 Jul 93: 
  655.     "Do buy. [...] learn from a Phd, not a freakin graduate of Computer 
  656.     Learning Center, or someone who read books like "Teach yourself... C". 
  657.     It's about 3 1/2" and thick and emphasizes ANSI C." 
  658.     
  659.   o Al Kelly, Ira Pohl: 
  660.     A Book on C (2nd edition) 
  661.     Benjamin/Cummings Publishers, [year?]. [ISBN?] 
  662.     
  663.     heyman@acad.stedwards.edu (Jerry Heyman), 30 Jun 1995: 
  664.     "Another book that I would recommend (and in fact I teach from it) [...] 
  665.     It is [...] written with a new programmer in mind, and takes each example 
  666.     apart line by line." 
  667.     
  668.   o Stephen G. Kochan: 
  669.     Programming in ANSI C 
  670.     Hayden Books, [year?]. ISBN 0-672-48408-0 
  671.     
  672.     jblume@bix.com (Jeff Blume), 16 Jun 1995: 
  673.     "I have been getting a lot out of [this book]. I wish I had found it 
  674.     years ago. I never would have gone near BASIC." 
  675.     
  676.   o Brian W. Kernighan, Dennis M. Ritchie: 
  677.     The C Programming Language (2nd edition) 
  678.     Prentice-Hall, 1988. ISBN 0-13-110362-8 
  679.     about $35 
  680.     
  681.     German edition: 
  682.     Brian W. Kernighan, Dennis M. Ritchie: 
  683.     Programmieren in C 
  684.     Hanser-Verlag, [year?]. ISBN 3-446-15497-3 
  685.     
  686.     The classical introductory C book, written by the people who invented the 
  687.     language! 
  688.     
  689.     bwh@beach.cis.ufl.edu (Brian Hook), 06 Dec 1993: 
  690.     "If you don't know C, buy this book NOW. Great C reference, eminently 
  691.     readable. Wonderful wondeful book. If you do know C already, then you 
  692.     probably already OWN this book. If you are learning C and trying to do it 
  693.     with some lame SAMS/Que/MIS Press/M&T/Wiley/McGraw-Hill cheezy trade 
  694.     paperback with a title like "Using Borland C++" or "C++ in 21 days" or 
  695.     "Learning C" or "Using C" or "Learning C by Example" then you are doing 
  696.     yourself a disservice. Get this book instead." 
  697.     
  698.     FURY@doomsday.shnet.org (Stephan Fuhrmann), 23 Jun 1995: 
  699.     "This one is great, it's written by the authors of the C language and 
  700.     covers ANSI and almost all C library functions." 
  701.     
  702.   o Herbert Schildt: 
  703.     C - The Complete Reference (2nd edition) 
  704.     Osborne McGraw-Hill, [year?]. ISBN 0-07-881538-X 
  705.     $28.95 
  706.     
  707.     Matt.Hey@mtask.omahug.org (Matt Hey), 22 May 93: 
  708.     "The best book I have found for [learning C] is not Amiga specific, but 
  709.     it does cover the entire ANSI standard (as well as Unix & some PC 
  710.     stuff)." 
  711.     
  712.   o Herbert Schildt: 
  713.     ANSI C Made Easy 
  714.     [publisher?], [year?]. [ISBN?] 
  715.     
  716.     jeffm@zeus.surf.tach.net (Jeffery C. May), 29 Jun 1995: 
  717.     "Unlike the other books I have seen offered, this one is FOR beginners." 
  718.     
  719.     davegood@umdsun2.umd.umich.edu (dave good), 3 Jul 1995: 
  720.     "I would hesitate to recommend Schildt's books, I don't like the way he 
  721.     presents things; I've seen a lot of things that would confuse a beginner, 
  722.     but I don't think they're obvious." 
  723.     
  724.   o Charles Siegel: 
  725.     Teach Yourself... C 
  726.     MIS Press, [year?]. [ISBN?] 
  727.     
  728.     aga@qedbbs.com (Peter Dilley), 28 Jul 93: 
  729.     "Do not buy. [The book] is not good. Only as a blurb term introduction. 
  730.     The source code contained is extremely poor. Almost child-like. Besides 
  731.     most of them won't compile without massive errors on the Amiga with its 
  732.     ANSI C compilers." 
  733.     
  734.   o [author?] 
  735.     JAMSA'S 1001 C/C++ Tips 
  736.     [publisher?], [year?]. [ISBN?] 
  737.     
  738.     beckwwp@eng.auburn.edu (Wendell P. Beckwith), 24 Feb 1994: 
  739.     "... the book is written for dos machines and comes with a source disk. 
  740.     Approximately 85% of the source code can be used by your Amiga without 
  741.     any modification. [...] Keep in mind that this book is not Amiga 
  742.     specific, but having the ability to load and compile complete examples in 
  743.     seconds is a real boon to the novice and mega-user, both young and old." 
  744.     
  745.   o Mitchell Waite & Stephen Prata: 
  746.     The Waite Group's New C Primer Plus 
  747.     The Waite Group, 1990. ISBN 0-672-22687-1 
  748.     
  749.     davegood@umdsun2.umd.umich.edu (dave good), 3 Jul 1995: 
  750.     "In my opinion, the best book for an absolute C beginner is the `C Primer 
  751.     Plus' [...]. Definitely the best beginner friendly book I have ever 
  752.     seen." 
  753.  
  754. 3.2 Reference 
  755. ------------- 
  756.  
  757.   o Samuel P. Harbison & Guy L. Steele Jr.: 
  758.     C: A Reference Manual (4th edition) 
  759.     Prentice Hall, [year]. [ISBN?] 
  760.     
  761.     grant@isgtec.com (Grant McDorman), 26 Jun 1995: 
  762.     "I much prefer [this book] [over Kernighan and Ritchie's `The C 
  763.     Programming Language']. It includes not only information on `traditional' 
  764.     (pre-ANSI) implementations, but discusses portability and related issues. 
  765.     The latest edition even discusses compatibility with C++. It *is* a 
  766.     reference manual, though. (They did add exercises in the 3rd edition). 
  767.     K&R's book, on the other hand, is a textbook. If you are just starting 
  768.     out (especially if you don't have a lot of experience programming in 
  769.     similar languages, such as Pascal), [K&R's book] will probably be a 
  770.     better choice to *learn* the language. It is not as good as a reference. 
  771.     [...] As a professional, experienced C (and C++) programmer, if I had to 
  772.     buy just one book, I'd buy the Harbison & Steele book." 
  773.     
  774.   o Steve Oualline: 
  775.     C Elements of Style 
  776.     M&T Books, 1992. ISBN 1-55851-291-8 
  777.     
  778.     grant@isgtec.com (Grant McDorman), 26 Jun 1995: 
  779.     "Another very useful book is `C Elements of Style' by Oualline. This book 
  780.     has many useful things to say about coding style that will improve the 
  781.     readability, portability and reliability of your code. It also covers C++ 
  782.     coding style. Once you have learned the fundamentals of C or C++ 
  783.     programming, this is a good book to have." 
  784.     
  785.   o P. J. Plauger: 
  786.     The Standard C Library 
  787.     Prentice Hall, 1992. ISBN 0-13-131509-9 
  788.     
  789.     Ken.Rumsey%3633-1701@satlink.oau.org (Ken Rumsey), 14 Oct 1995: 
  790.     "This book show you how to correctly use all of the library functions 
  791.     mandated by ANSI and ISO Standards. Not only do they tell you how to use 
  792.     it, but they show you with 9000 lines of tested, working, highly portable 
  793.     code. If you program in ANSI C, you need this book!" 
  794.  
  795. 3.3 Amiga Specific 
  796. ------------------ 
  797.  
  798.   o Anders Bjerin: 
  799.     The Amiga C Manual 
  800.     
  801.     This is an online document on using C on the Amiga. It is available from 
  802.     Aminet ( dev/c/ACM.lha ) and on Fish Disks (691-695). 
  803.     
  804.     From the "readme file": 
  805.     The complete boiled-down C manual for the Amiga which describes how to 
  806.     open and work with Screens, Windows, Graphics, Gadgets, Requesters, 
  807.     Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS, Low Level Graphics 
  808.     Routines, Hints and Tips, etc. The manual also explains how to use your C 
  809.     Compiler and gives you important information about how the Amiga works 
  810.     and how your programs should be designed. The manual consists of 15 
  811.     chapters together with more than 100 fully executable examples with 
  812.     source code. 
  813.     
  814.     beckwwp@eng.auburn.edu (Wendell P. Beckwith), 24 Feb 1994: 
  815.     "This is a wealth of information, however, take note. [...] some of the 
  816.     examples use things which are no longer thought of as good programming, 
  817.     such as unprototyped functions. This is not really a strike against the 
  818.     ACM, since when those portions of the manual were written, using such 
  819.     oddities was the in-thing." 
  820.     
  821.   o Dirk Schaun: 
  822.     Amiga C for Beginners 
  823.     Abacus, 1989-90. ISBN 1-55755-045-X 
  824.     
  825.     aga@qedbbs.com (Peter Dilley), 28 Jul 1993: 
  826.     "Do not buy. [The book] is just plain crap. Poor Code + Poor textual 
  827.     information. It flies over 1/2 the needed information to do any good C 
  828.     and even worse than that. It is ANCIENT, UNUPDATED. Disgusting! We are 
  829.     programming in the 3.x 2.x rom era not 1.2/1.3..." 
  830.     
  831.   o [author?] 
  832.     Amiga C for Advanced Programmers 
  833.     Abacus, [year?]. ISBN 1-55755-046-8 
  834.     
  835.     D.J.Miller@newcastle.ac.uk (Dave Miller), 20 Apr 1993: 
  836.     "[...] it isn't worth the paper it's written on. (well it ain't quite 
  837.     that bad but...)" 
  838.     
  839.     aga@qedbbs.com (Peter Dilley), 28 Jul 1993: 
  840.     "Do not buy. [The book] is just plain crap. Poor Code + Poor textual 
  841.     information. It flies over 1/2 the needed information to do any good C 
  842.     and even worse than that. It is ANCIENT, UNUPDATED. Disgusting! We are 
  843.     programming in the 3.x 2.x rom era not 1.2/1.3..." 
  844.  
  845.  
  846. 4. C++ Programming 
  847. ================== 
  848.  
  849. 4.1 Learning C++ 
  850. ---------------- 
  851.  
  852.   o Anderson & Heinze: 
  853.     C++ Programming and Fundamantal Concepts 
  854.     Prentice Hall, 1992. ISBN 0-13-118266-8 
  855.     
  856.   o James O. Coplien: 
  857.     Advanced C++; Programming Styles and Idioms 
  858.     Addison-Wesley, 1993. ISBN 0-201-54855-0 
  859.     
  860.     bwh@beach.cis.ufl.edu (Brian Hook), 06 Dec 1993: 
  861.     "Great book on using C++ to solve real-world problems. Invaluable if you 
  862.     are trying to write a graphics package in C++ and need to balance ease of 
  863.     use, readability, "correctness", and efficiency." 
  864.     
  865.     paulg@kralizec.zeta.org.au (Paul Gittings), 28 Mar 1994: 
  866.     "[...] not a beginner's book [...] This is a very well written book with 
  867.     lots of examples. It covers more advanced concepts than just 'getting the 
  868.     syntax right'. By discusing the various programming idioms available 
  869.     under C++ and their pros and cons, Coplien shows the reader how to design 
  870.     and build well written programs and avoid many of the problems that can 
  871.     result from poor design. To get a feel for the areas covered by this book 
  872.     here is a list of major chapter headings: 'Data Abstraction and Abstract 
  873.     Data Types', 'Concrete Data Types', 'Inheritance', 'Object-Oriented 
  874.     Programming', 'Object-Oriented Design', 'Reuse and Objects', 'Programming 
  875.     with Exemplers in C++', 'Emulating Symbolic Language Styles in C++', 
  876.     'Dynamic Multiple Inheritance', 'Systemic Issues'. Appendices: 'C in a 
  877.     C++ Environment', 'Shapes Program: C++ Code', 'Reference Return Values 
  878.     from Operators', 'Why Bitwise copy Doesn't Work', 'Symbolic Shapes', 
  879.     'Block-Structured Programming in C++'." 
  880.     
  881.   o Bruce Eckel: 
  882.     C++ Inside and Out 
  883.     [publisher?], [year?]. [ISBN?] 
  884.     
  885.     96aander@ultrix.uor.edu (By-Tor Blackwing), 23 Feb 1994: 
  886.     "It's a good one; it tries to teach C++ like a new language, not just an 
  887.     extension of C." 
  888.     
  889.   o Allen I. Holub: 
  890.     C+ C++ (programming with objects in C and C++) 
  891.     McGraw Hill, 1992. ISBN 0-07-029662-6 
  892.     
  893.     Hesham Amiri, 31 May 1995: 
  894.     "This books assumes that you [know] C already [...] Well worth the 
  895.     money." 
  896.     
  897.   o Stanley B. Lippman: 
  898.     C++ Primer (2nd edition) 
  899.     Addison-Wesley, 1991. ISBN 0-201-54848-8 
  900.     $35-40 
  901.     
  902.     Intended as a first book on C++ programming. Some basic familiarity with 
  903.     programming (in any language) is assumed, however. The book is a tutorial 
  904.     through all the features of the C++ language. Many examples. 
  905.     
  906.     bwh@beach.cis.ufl.edu (Brian Hook), 06 Dec 1993: 
  907.     "Everything that goes for [Kernighan and Ritchie's] 'The C Programming 
  908.     Language' above applies here also. I like this book a bit more than 
  909.     Stroustrup's 'The C++ Programming Language', but to each his own." 
  910.     
  911.     paulg@kralizec.zeta.org.au (Paul Gittings), 28 Mar 1994: 
  912.     "IMHO this is the best C++ tutorial book around, nothing else comes even 
  913.     close." 
  914.     
  915.     Hesham Amiri, 31 May 1995: 
  916.     "This is *THE* book about C++ and OOP in general, but it is not an easy a 
  917.     book to follow as [Holub's `C+ C++'], but still a must-have in my 
  918.     opinion." 
  919.     
  920.   o Greg Perry: 
  921.     Moving from C to C++ 
  922.     Sams Publishing, 1992. ISBN 0-672-30080-X 
  923.     $29.95 
  924.     
  925.     gnome@martinac.demon.co.uk (John Marchant), 10 Aug 1995: 
  926.     "This book is not specifically for the Amiga, but I find this doesn't 
  927.     matter at all. It assumes you have a reasonable working knowledge of C. 
  928.     [...] I'm by no means a C expert, but I find it very lucid & easy to 
  929.     follow, and it's written in a friendly way. There are plentiful examples 
  930.     for each topic, showing how a task would be coded in C and then in C++ 
  931.     and explaining the differences. Layout and arrangement of topics are very 
  932.     good." 
  933.     
  934.   o Stephen Prata: 
  935.     C++ Primer Plus 
  936.     The Waite Group, 1991. ISBN 1-878739-02-6 
  937.     
  938.   o Herbert Schildt: 
  939.     Teach Yourself C++ 
  940.     Addison-Wesley, [year?]. ISBN 0-07-881760-9 
  941.     
  942.     hemmer@hemmer.adsp.sub.org (Franz Hemmer), 23 Sep 93: 
  943.     "If you're a C programmer already, I recommend "Teach Yourself C++" 
  944.     [...]. It requires some familiarity with C, and takes advantage of that 
  945.     very fact. I found it very easy to go through the book. However, if you 
  946.     want information about templates too, you need to find another book, as 
  947.     this isn't covered in this particular book." 
  948.     
  949.   o Al Stevens: 
  950.     Teach Yourself C++... (3rd Edition) 
  951.     MIS Press, 1993. ISBN 1-55828-250-5 
  952.     
  953.   o Bjarne Stroustrup: 
  954.     The C++ Programming Language (2nd edition) 
  955.     Addison-Wesley, 1991. ISBN 0-201-53992-6 
  956.     
  957.     jpeacock@runner (Jason Lee Peacock), 24 Jun 1995: 
  958.     [responding to a comment by someone who wished there was an equivalent to 
  959.     Kernighan and Ritchie for C++] 
  960.     "I thought that `The C++ Programming Language, 2nd Ed.' [...] fit the 
  961.     bill. After all, Stroustrup is the guy who created the C++ language. The 
  962.     book seems to cover everything including templates and exception 
  963.     handling. It gave me enough information and was clear enough for me to 
  964.     pass a class last semester. And it was definitely a lot better than the 
  965.     trash my professor recommended (`On To C++' by Winston)." 
  966.     
  967.   o Tom Swan: 
  968.     Mastering Borland C++ 
  969.     SAMS (?), [year?]. [ISBN?] 
  970.     
  971.     hacker@bu.edu (Jose Elias), 24 Sep 1993: 
  972.     "I TRULY REALLY recommend from the botton of my heart "Mastering Borland 
  973.     C++" [...]. It's just AWESOME, even when it's meant to be used on IBMs. 
  974.     It has COMPLETE working examples for EVERY function provided by C/C++ at 
  975.     the end of the book, and he explains everything VERY well. The book is 
  976.     over 1,300 pages, and about 1/3 of them are USEFULL examples at the end 
  977.     of the book. Also, there's a course on learning C on the first few 
  978.     chapters, and then C++ is introduced. This is a real-world-use book. I 
  979.     HIGHLY recommend it. BTW, I spend one WHOLE day looking thru every single 
  980.     C++ book here at the bookstore before deciding on buying it. Also, don't 
  981.     be scared by the ibm-nature of the book, almost everything in the book is 
  982.     standard C++, he only touches ibm-specific stuff when talking about video 
  983.     memory, ram, and the bios, other than that it's standard C++." 
  984.     
  985.   o Mark Terribile: 
  986.     Practical C++ 
  987.     McGraw-Hill, 1994. ISBN 0-07-063738-5 
  988.  
  989. 4.2 Reference 
  990. ------------- 
  991.  
  992.   o Margaret A. Ellis, Bjarne Stroustrup: 
  993.     The Annotated C++ Reference Manual (2nd edition) 
  994.     Addison-Wesley, 1992. ISBN 0-201-51459-1 
  995.     
  996.     paulg@kralizec.zeta.org.au (Paul Gittings), 28 Mar 1994: 
  997.     "A must have for anybody who is involved in any major C++ work. In the 
  998.     annotations provide some useful insights into the language and its 
  999.     design." 
  1000.  
  1001.  
  1002. 5. ARexx Programming 
  1003. ==================== 
  1004.  
  1005. 5.1 Learning ARexx 
  1006. ------------------ 
  1007.  
  1008.   o Commodore Business Machines: 
  1009.     The Programmers Guide to ARexx 
  1010.     Commodore, 1991. 
  1011.     Available through CATS, part number: AREXX01, disk: AREXX01D 
  1012.     $20.00 
  1013.     
  1014.     Manual (228 pages) and disk designed to allow you easy access to the 
  1015.     power of ARexx. Includes information on how to make effective use of 
  1016.     ARexx, how to conform to development standards and how to interface 
  1017.     applicatations to the ARexx environment. 
  1018.     
  1019.     luebke@erls02.siemens.de (Reinhard Luebke), 7 Oct 1993: 
  1020.     "This book covers all topics regarding 'how to program for ARexx in C', 
  1021.     e.g. creating libraries and function hosts. Worth to say, that all 
  1022.     examples in the book can be found on a disk that comes bundled with the 
  1023.     book." 
  1024.     
  1025.   o Merrill Callaway: 
  1026.     The ARexx Cookbook 
  1027.     Whitestone, 1992, ISBN 0-9632733-0-8 
  1028.     Optional Companion Disk: ISBN 0-9632773-1-6 
  1029.     
  1030.     A very good introduction to ARexx. The book uses examples to introduce 
  1031.     the features of this programing language. The examples are often very 
  1032.     useful themselves. This book is not a reference manual, but a tutorial. I 
  1033.     would say it is very well suited for beginners but also for more advanced 
  1034.     programmers. 
  1035.     
  1036.     rbyrne@3dform.edex.edu.au (Robert Byrne): 
  1037.     "This book makes heavy reference to William S. Hawes Arexx and the 
  1038.     Commodore Manual (Part No. 363313-05) and first time users are advised to 
  1039.     have one of these handy, preferably Hawes." 
  1040.     
  1041.   o Paul Overaa: 
  1042.     Mastering Amiga Arexx 
  1043.     Bruce Smith Books, [year?]. ISBN 1-873308-13-2 
  1044.     
  1045.     gnome@martinac.demon.co.uk (John Marchant), 15 May 1995: 
  1046.     "Paul Overaa's book is excellent, but more of a tutorial." 
  1047.     
  1048.   o Chris Zamara and Nick Sullivan: 
  1049.     Using ARexx on the Amiga 
  1050.     Abacus, 1991. ISBN 1-55755-114-6. 
  1051.     
  1052.     barrett@cs.umass.edu (Dan Barrett), 24 Mar 1994: 
  1053.     "This is a good book with a particularly good function reference section. 
  1054.     It also gives examples of ARexx programming with some commercial 
  1055.     products. The only bad part of the book is its terrible index." 
  1056.     
  1057.     paulg@kralizec.zeta.org.au (Paul Gittings), 28 Mar 1994: 
  1058.     "This is the only Abacus book that I have found to be of any use, I 
  1059.     almost didn't buy it because it was an Abacus book but I'm very glad I 
  1060.     did. This book is very well suited to a beginner ARexx programmer (more 
  1061.     so than Callaway's book) and also very useful as a reference for more 
  1062.     advanced users. The example code is very trivial and therefore easy to 
  1063.     understand, for more complex and useful code examples get Callaway's 
  1064.     book." 
  1065.     
  1066.     gnome@martinac.demon.co.uk (John Marchant), 15 May 1995: 
  1067.     "I recommend the Abacus book for easy look-up of functions etc." 
  1068.     
  1069.     anderson4@delphi.com (Stanley Anderson), 30 Jun 1995: 
  1070.     "[This book] has proven invaluable to me in jamming together some Arexx 
  1071.     macros for FinalWriter." 
  1072.  
  1073. 5.2 Reference 
  1074. ------------- 
  1075.  
  1076.   o William S. Hawes: 
  1077.     Arexx User's Reference Manual 
  1078.     [publisher?], 1987. [ISBN?] 
  1079.     $49.95 
  1080.     
  1081.   o Robin Evans: 
  1082.     ARexxGuide 2.0a 
  1083.     1994. (no ISBN, published via shareware) 
  1084.     $15 (suggested shareware fee) 
  1085.     
  1086.     This is a complete ARexx reference guide in AmigaGuide format. It is 
  1087.     available from Aminet ( util/rexx/ARexxGuide2_0A.lha ). 
  1088.     
  1089.     From the "readme file": 
  1090.     ARexxGuide is a complete ARexx reference with tutorials and dozens of 
  1091.     ready-to-use examples. Done in AmigaGuide format, it includes argument 
  1092.     templates and descriptions of all instruction keywords, of built-in 
  1093.     functions, and of the functions in rexxsupport.library. The basic 
  1094.     elements of the language are fully explained. Example programs -- some of 
  1095.     them interactive -- answer frequently-asked questions about the language. 
  1096.     Sample clauses are included with each function and instruction 
  1097.     explanation. Error codes and possible solutions are explained. 
  1098.     A help-system that will turn nearly any text editor into an online 
  1099.     reference to ARexx is included. Working macros for three editors are 
  1100.     provided as examples. A step-by-step tutorial explains the simple steps 
  1101.     for making a new macro for a different editor. 
  1102.  
  1103.  
  1104. 6. Applications Programming 
  1105. =========================== 
  1106.  
  1107. 6.1 Compilers 
  1108. ------------- 
  1109.  
  1110.   o Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman: 
  1111.     Compilers, Principles, Tools, and Techniques 
  1112.     Addison Wesley, 1986. ISBN 0-201-10194-7 (paperback) 
  1113.     GBP 13.75 
  1114.     
  1115.     jewell@savanna.royle.org (Paul Jewell), 9 Mar 1994: 
  1116.     "Plenty of information about different methods of compiler construction, 
  1117.     and how to put compilers together. Designed as a first course in compiler 
  1118.     writing." 
  1119.     
  1120.   o Allen I. Holub: 
  1121.     Compiler Design in C 
  1122.     Prentice Hall International, 1990. ISBN 0-13-155151-5 (paperback) 
  1123.     GDP 21.95 
  1124.     
  1125.     jewell@savanna.royle.org (Paul Jewell), 9 Mar 1994: 
  1126.     "Excellent (IMHO) book containing detailed source code of a C compiler, 
  1127.     with hints and tips on how to optimise the compiler both in terms of 
  1128.     operation, and efficiency of code generated. [...] well worth the 
  1129.     investment." 
  1130.     
  1131.   o Niklaus Wirth, Joerg Gutknecht: 
  1132.     Project Oberon. 
  1133.     The Design of an Operating System and Compiler. 
  1134.     Addison-Wesley, 1992. ISBN 0-201-54428-8 (hardback) 
  1135.     
  1136.     fjc@wossname.apana.org.au (Frank Copeland), 12 Mar 1994: 
  1137.     "I paid AUS$44.95, a good price for this class of book here. It describes 
  1138.     in detail the design and implementation of an entire operating system and 
  1139.     includes the complete source code of a compiler for the Oberon language 
  1140.     (a descendant of Pascal and Modula-2). The code generated is for a family 
  1141.     of processors reasonably similar to the Amiga's MC68K processors. Even if 
  1142.     you are not interested in the language, it provides an example of a 
  1143.     working compiler, which the Aho, etc. book at least does not." 
  1144.     
  1145.   o Patrick D. Terry: 
  1146.     Programming Language Translation 
  1147.     Addison-Wesley, 1986. ISBN 0-201-18040-5. 433 pages 
  1148.  
  1149. 6.2 Computer Graphics 
  1150. --------------------- 
  1151.  
  1152. [for a more complete list, see the comp.graphics FAQ ] 
  1153.  
  1154.   o Leendert Ammeraal: 
  1155.     Programming Principles in Computer Graphics (2nd edition) 
  1156.     [publisher?], [year?]. [ISBN?] 
  1157.     
  1158.     nate@netcom.com (Nathan Dwyer), 10 Oct 1993: 
  1159.     "A REALLY cool book. [...] It sort of skims over the math -- moves pretty 
  1160.     quickly through the material, but covers a lot of ground. Also includes a 
  1161.     lot of C++ code, but the text isn't occluded by it." 
  1162.     
  1163.   o J. D. Foley, A. van Dam, S. K. Feiner, and J. F. Hughes: 
  1164.     Computer Graphics - Principles and Practice 
  1165.     Addison-Wesley, 1990. ISBN 0-201-12110-7 
  1166.     
  1167.     stigove@lise.unit.no (Stig Ove Johnsen), 20 Aug 1993: 
  1168.     "It is the book we use in the course 'Computer Graphics I&II' here at the 
  1169.     Norwegian Institute of Technology. It goes into depth in describing both 
  1170.     2D raster graphics and 3D modeling (e.g. splines) and raytracing (incl. 
  1171.     phong, gourad...). The programming eksamples are done mostly in Pascal. 
  1172.     IMHO, it is a very good book. (And lots of nice ray-traced pictures!)" 
  1173.     
  1174.     umking21@ccu.umanitoba.ca (Brian D. King), 10 Oct 1993: 
  1175.     "The proclaimed bible in computer graphics algorithms and theory [...]. 
  1176.     It covers everything from line-drawing, circles and ellipses, pattern- 
  1177.     filling, 2d and 3d vectors including transformations, filled polygons, 
  1178.     shading, etc. etc. etc." 
  1179.     
  1180.     bwh@beach.cis.ufl.edu (Brian Hook), 06 Dec 1993: 
  1181.     "This is IT. THE bible of computer graphics, period. It covers just about 
  1182.     every topic you need to know, however because of its scope it is very 
  1183.     generalized and so information on any one specific topic may be lacking. 
  1184.     Pascal-like pseudo code is strewn liberally throughout the book, which is 
  1185.     a big help. Everything you would expect in three-D graphics is covered, 
  1186.     including shading, ray tracing, radiosity, texture mapping, etc. Once 
  1187.     again, it's very generalized and serves mostly as a good reference to 
  1188.     other material and an overview of individual areas. But at over 1000 
  1189.     pages, it's a must have if you do graphics. If you can afford only ONE 
  1190.     book on graphics, get this one." 
  1191.     
  1192.   o Andrew Glassner (ed.): 
  1193.     Graphics Gems 
  1194.     Academic Press, 1990. ISBN 0-12-286165-5 
  1195.     
  1196.     James Arvo (ed.): 
  1197.     Graphics Gems II 
  1198.     Academic Press, 1991. ISBN 0-12-64480-0 
  1199.     
  1200.     David Kirk (ed.): 
  1201.     Graphics Gems III 
  1202.     Academic Press, 1992. ISBN 0-12-409670-0 (with IBM disk) 
  1203.     0-12-409671-9 (with Mac disk) 
  1204.     
  1205.     rhoo1@pinn.nacjack.gen.nz (Robert Hooker), 20 Aug 1993: 
  1206.     "These aren't much good to learn from, but once you know your stuff they 
  1207.     are an excellent source of ideas." 
  1208.     
  1209.     bwh@beach.cis.ufl.edu (Brian Hook), 06 Dec 1993: 
  1210.     "Some people swear by these books. I don't know. They cover a lot of 
  1211.     little tricks and tips for a lot of little things, but personally I 
  1212.     haven't found much use for them, but I'm looking only at the interactive 
  1213.     3d side of things. Every now and then a friend tells me 'Wow, this one 
  1214.     little paragraph in Gems [X] gave me a huge insight into what I needed to 
  1215.     do and now my [program] is MUCH faster'. So to be fair, a lot of others 
  1216.     have found these books to be invaluable. They cover a bit too much ground 
  1217.     for me, so I'm still kind of hesitant on recommending them to others 
  1218.     since it's not readily apparent if they will be helpful to you. Your 
  1219.     mileage may vary." 
  1220.     
  1221.   o F. S. Hill Jr.: 
  1222.     Computer Graphics 
  1223.     Macmillan, [year?]. [ISBN?] 
  1224.     
  1225.     rhoo1@pinn.nacjack.gen.nz (Robert Hooker), 20 Aug 1993: 
  1226.     "I can recommend "Computer Graphics" [...]. This was a text for my 3rd 
  1227.     year Graphics course at University. All the ideas and examples are given 
  1228.     in Pascal (which most everyone can understand) and are easy to convert to 
  1229.     your prefered language. The book covers everything from simple 3D shapes 
  1230.     thru Gouraud/Phong shading and onto the basics of RayTracing." 
  1231.     
  1232.   o Christopher Lampton: 
  1233.     Flights of Fantasy 
  1234.     The Waite Group, 1993. ISBN 1-878739-18-2 
  1235.     
  1236.     Richard_Johnson@eaglesnest.albedo.com (Richard Johnson), 6 Oct 1993: 
  1237.     "It's very complete and it comes with source code written in C++ for the 
  1238.     IBM PC. I didn't have much trouble converting it to SAS/C. You do have to 
  1239.     transfer files from the IBM disk to an amiga disk, though. The book comes 
  1240.     with the disk. The book is really GREAT because it's very thorough and 
  1241.     easy to understand. It teaches you from the ground up. One thing though, 
  1242.     is that the source code had a number of minor bugs which I had to fix. 
  1243.     Also, I optimized some of the code to make it faster. For one thing, I 
  1244.     replaced the 4x4 matrices with 3x3 ones. [...] It's so easy to 
  1245.     understand, that if you can't understand it, you have no other recourse 
  1246.     than to learn more math." 
  1247.     
  1248.     bwh@beach.cis.ufl.edu (Brian Hook), 06 Dec 1993: 
  1249.     "This book is a mixed blessing. On the one hand it gets you up and 
  1250.     running with the simple concepts that more advanced text books don't 
  1251.     bother explaining. On the other, it could REALLY stand to be improved. 
  1252.     Lots of simple algorithms are completely ignored, such as shading. 
  1253.     However, a lot of PC specific stuff is thrown in. If you would like a 
  1254.     more comprehensive review of the book let me know and I'll mail you one." 
  1255.     
  1256.   o David F. Rogers and J. Alan Adams: 
  1257.     Mathematical Elements for Computer Graphics 2nd Ed. 
  1258.     McGraw-Hill, 1990. ISBN 0-07-053530-2 
  1259.     
  1260.     bwh@beach.cis.ufl.edu (Brian Hook), 06 Dec 1993: 
  1261.     "Excellent book on curves, patches, and a lot of math. Does not cover 
  1262.     rendering at all -- no shading, etc. It does a lot of theory on 
  1263.     projections, however -- don't expect much on object databases or 
  1264.     efficiency, though. Not a great reference to a 3d renderer, but for 
  1265.     modeling in general and math it's wonderful. HOWEVER, it has an insane 
  1266.     amount of stuff on curves, splines, Bezier curves, Coons patches, 
  1267.     surfaces, etc. So if you want to do surfaces and things with soft edges 
  1268.     in general, get this book. One of the few McGraw-Hill books I've liked 
  1269.     (the other is 'An Introduction to Algorithms')." 
  1270.     
  1271.   o Alan Watt: 
  1272.     3D Computer Graphics 2nd Ed. 
  1273.     Addison-Wesley, 1993. [ISBN?] 
  1274.     
  1275.     bwh@beach.cis.ufl.edu (Brian Hook), 06 Dec 1993: 
  1276.     "This is also one of those classic texts. The new second edition covers a 
  1277.     lot of ground. Watt's style is highly readable, and the same code is in 
  1278.     Pascal. A complete rendering system (or two) is supplied in the 
  1279.     appendices, along with the data file for the Utah teapot. 
  1280.     
  1281.     "If you do 3d graphics, you MUST have this book. [...] Chapters include: 
  1282.     Three-dimensional Geometry in Computer Graphics, Representation of 
  1283.     Objects, Viewing systems, Reflection and Illumination Models, Rendering 
  1284.     Algorithms, Parametric Representation and Practice, Shadows and Textures, 
  1285.     Ray Tracing, Volume Rendering, Radiosity, Anti aliasing, Functionally 
  1286.     Based Modeling Methods, Three-dimensional Computer Animation, Colour 
  1287.     Spaces and Monitor Considerations, Viewing Transformation from a Simple 
  1288.     Four-Parameter Viewing System, A Wireframe System, An Implementation of a 
  1289.     Renderer, The Utah Teapot. 
  1290.     
  1291.     "The book has a fairly decent mix of interactive and photorealistic 
  1292.     stuff, and it is an excellent supplement to the 3d graphics section of 
  1293.     Foley and Van Dam. Between the two you are pretty well set for 3d 
  1294.     graphics." 
  1295.     
  1296.   o Alan Watt and Mark Watt: 
  1297.     Advanced Animation and Rendering Techniques 
  1298.     Addison-Wesley, 1993. ISBN 0-201-54412-1 
  1299.     
  1300.     bwh@beach.cis.ufl.edu (Brian Hook), 06 Dec 1993: 
  1301.     "This book is by far one of the best books in the field of 3d graphics. 
  1302.     Most of it covers rendering and ray tracing, which means it is not very 
  1303.     useful for real-time graphics [...] the stuff it covers is invaluable and 
  1304.     very difficult to find elsewhere. We are talking heavy rendering and ray 
  1305.     tracing stuff, volume rendering techniques, shading languages, 
  1306.     quaternions and Euler angles, radiosity, inverse/forward kinematics, etc. 
  1307.     Excellent book, but not very useful if you are looking to write only a 
  1308.     game (although the chapters on segmented object animation would be useful 
  1309.     for robots/tanks)." 
  1310.     
  1311.   o [author?] 
  1312.     Amiga 3D Graphic Programming 
  1313.     Abacus, [year?]. [ISBN?] 
  1314.     
  1315.     Richard_Johnson@eaglesnest.albedo.com (Richard Johnson), 6 Oct 1993: 
  1316.     "DO NOT get [this book]. The guy who wrote it should be whipped because 
  1317.     this book is impossible to understand and is really just a documentation 
  1318.     for the crummy little ray tracing program which takes up half of the 
  1319.     pages." 
  1320.     
  1321.   o Andrew Tyler: 
  1322.     Amiga Real-Time 3D Graphics 
  1323.     Sigma Press (UK), [year?]. ISBN 781850 582755 
  1324.     
  1325.     oz@ozzy.demon.co.uk (Brian Skreeg), 22 Jun 1995: 
  1326.     "I've had this book for a while and it's not worth the purchase. The 
  1327.     example code is poor and would not run on my 030 A1200 no matter what I 
  1328.     did. It also uses obscure algorithms for the simplest of calculations. 
  1329.     Get the HowToCode package [from Aminet]. It has a much better explanation 
  1330.     of 3d vectors and stuff. The book is punted as an easy way to learn 
  1331.     assembly while learning 3d graphics. Not true. If you have had no 
  1332.     experience with assembly before, then you've got little chance of 
  1333.     learning it from this book. The book is divided into sections for each 
  1334.     area of 3d graphics. Line drawing, filling, window clipping, perpective, 
  1335.     rotations, depth sorting, etc. [...]" 
  1336.  
  1337.  
  1338. 7. Using Applications 
  1339. ===================== 
  1340.  
  1341. 7.1 The Video Toaster 
  1342. --------------------- 
  1343.  
  1344.   o David Tiberio: 
  1345.     Amiga/Toaster Reference Manual 
  1346.     Area52, 1994. (no ISBN) 
  1347.     $34.95 
  1348.     
  1349.     see section 1.3: General Reference 
  1350.  
  1351. 7.2 Telecommunications 
  1352. ---------------------- 
  1353.  
  1354.   o Dale L. Larson: 
  1355.     Connect Your Amiga! 
  1356.     A Guide to the Internet, LANs, BBSs and Online Services 
  1357.     Intangible Assets Manufacturing, 1994. ISBN 1-885876-02-5 
  1358.     
  1359.     "Dale L. Larson" dale@iam.iam.com, 18 Sep 1994: 
  1360.     "Connect Your Amiga!" is 256 pages packed with information for networking 
  1361.     and for going online. From background information for the novice to 
  1362.     networking hints and tips for advanced users, this book has something for 
  1363.     every Amiga owner. 
  1364.     
  1365.     "Some of the topics covered include: 
  1366.       o ABOUT THE INTERNET: What it is, what's so great about it, how it 
  1367.         works, how to access it, how to join it, how to use it. 
  1368.       o ABOUT TELECOMMUNICATIONS: Selecting and using modems and terminal 
  1369.         emulator software; how to find and choose computer bulletin board 
  1370.         systems and online services; finding, downloading, decompressing and 
  1371.         using public domain and shareware software. 
  1372.       o ABOUT NETWORKING HARDWARE AND SOFTWARE: the SANA-II standard, 
  1373.         Ethernet, ARCNet, serial and parallel ports, selecting, configuring 
  1374.         and using TCP/IP, SLIP, PPP, Envoy, DECNet, connecting to PCs, Macs 
  1375.         and Unix, and more. 
  1376.     
  1377.     "The author is an expert on the Amiga and on computer networking. Mr. 
  1378.     Larson was a Software Engineer in Commodore's Amiga Networking Group. He 
  1379.     worked on AS225, is one of the principle authors of both the SANA-II 
  1380.     Network Device Driver Specification and the original Amiga Envoy 
  1381.     specification documents, and has published several articles about the 
  1382.     Amiga and about Amiga networking. 
  1383.     
  1384.     "COMPANY INFORMATION: 
  1385.     Intangible Assets Manufacturing 
  1386.     828 Ormond Avenue 
  1387.     Drexel Hill, PA 19026-2604 / USA 
  1388.     voice: +1 610 853 4406 
  1389.     fax: +1 610 853 3733" 
  1390.  
  1391.  
  1392. Appendix A: How to Order CATS Materials 
  1393. ======================================= 
  1394.  
  1395. As of April 28th, 1994, CATS USA no longer exists. But you can still order 
  1396. developer material from Hirsch & Wolf in Germany: 
  1397.     
  1398.     Hirsch & Wolf oHG 
  1399.     Attn: Hans-Helmut Hirsch 
  1400.     Mittelstr. 33 
  1401.     D-56564 Neuwied 
  1402.     Germany 
  1403.     
  1404.     Fax: ++49-2631-839931 
  1405.     Tel: ++49-2631-83990 
  1406.     UUCP:hhhirsch@carla.adsp.sub.org (Fax preferred) 
  1407.  
  1408.  
  1409. Appendix B: How to Order Motorola Materials 
  1410. =========================================== 
  1411.  
  1412. In the USA, write to the following address: 
  1413.     
  1414.     Motorola Literature Distribution 
  1415.     P.O. Box 20912 
  1416.     Phoenix, Arizona 85036 
  1417.  
  1418. Or call: 1-800-441-2447 
  1419.  
  1420. You will need the document number, which can be obtained from technical 
  1421. support: 1-800-521-6274. 
  1422.  
  1423. In Europe, you can contact one of Motorola's Franchised Distributers (they 
  1424. are all in England): 
  1425.     
  1426.     Avnet Access 
  1427.     Jubilee House 
  1428.     Letchhworth, Herts SG6 1TP 
  1429.     Tel: +44-1462-480888, Fax: +44-1462-488467 
  1430.     
  1431.     Macro Group 
  1432.     Burnham Lane 
  1433.     Slough Sl1 6LN 
  1434.     Tel: +44-1628-606000, Fax: +44-1628-666873 
  1435.     
  1436.     Arrow Jermyn 
  1437.     St. Martins Way Ind. Estate 
  1438.     Cambridge Road 
  1439.     Bedford MK42 0LF 
  1440.     Tel: +44-1234-270027, Fax: +44-1234-214674 
  1441.     
  1442.     Future Electronics 
  1443.     Future House 
  1444.     Poyle Road 
  1445.     Colnbrook SL3 0EZ 
  1446.     Tel: +44-1753-763000, Fax: +44-1753-689100 
  1447.  
  1448. ------------------------------------------------------------------------------
  1449.  
  1450.    Marc Atkin            //
  1451. U of Massachusetts      //                " Goosnargh. "
  1452.    at Amherst       \\ //
  1453. atkin@cs.umass.edu   \X/
  1454.